For a list of all members of this type, see SortedListView<T> members.
Name | Description | |
---|---|---|
![]() | Add | Adds and item to the collection. |
![]() | Clear | Clears the collection. |
![]() | Contains | Determines if the collection contains the provided item. |
![]() | CopyTo | Copies the collection to an array. |
![]() | GetEnumerator | Gets the enumerator for iterating through the collection. |
![]() | IndexOf | Returns the index of the provided value in the collection. |
![]() | Insert | Inserts the item at the specified index. |
![]() | Remove | Removes the specified value from the collection. |
![]() | RemoveAt | Removes the item at the specified index. |